home *** CD-ROM | disk | FTP | other *** search
Wrap
Ôªø/* Copyright 2005 Cultured Code. This file may be used to create new editor style sheets for Xyle. (Backup your modifications. Future versions of Xyle may overwrite this file.) *************************************/ body { font-family: Gill Sans; font-size: 12px; } .Element.Block { display: block; margin-bottom: 5px; border-left: 3px solid #eee; } .Element.Inline { display: inline; line-height: 160%; background: #eee; border: 1px solid #ccc; } .Empty .OpeningTag:after { font-weight: bold; content: "/"; color: #000; padding-left: 4px; padding-right: 4px; } .Block > .OpeningTag { /* Xyle can be told to apply #selection and #focus ids to the OpeningTag-span instead of the Element-span by setting the following display property to "block" */ display: block; border-bottom: 1px solid #ddd; } .Block > .OpeningTag:after { content: ""; } .Inline .ClosingTag { display: inline; font-weight: bold; font-size: 11px; color: #111; padding-left: 0px; padding-right: 3px; margin-left: 3px; } .Inline .ClosingTag:before { content: "/"; } .Inline.Empty .ClosingTag { display: none; } .ExtendedName { display: block; font-weight: bold; } .Inline .ExtendedName { display: inline; border: none; font-weight: normal; } .ElementName { padding-left: 4px; padding-right: 4px; } .Inline .ElementName { padding: 0 3px 0 3px; font-weight: bold; font-size: 11px; color: #111; } .IdClass { } .Identity { color: #993; padding-left: 4px; padding-right: 2px; } #selection .Identity, #focus .Identity { color: #fff; } .Inline .Identity, .Inline .Class { padding-left: 2px; } .Class { color: #339; padding-left: 4px; padding-right: 2px; } .Attributes { display: block; padding: 2px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; background-color: #eee; } .Inline .Attributes { display:inline; padding: 0 0 0 2px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; } .Attribute { margin-left: 4px; display: block; position: relative; } .Inline .Attribute { display: inline; margin-left: 0px; } .Inline .Attribute + .Attribute { padding-left: 4px; } .IdClassAttribute { display: none; } .IdClassAttributes { display: none; } .AttributeName { position: absolute; width: 5em; text-align: right; color: #a22; } .AttributeValue { display: block; margin-left: 5em; color: #500; padding-left: 4px; } .Inline .AttributeName, .Inline .AttributeValue { display: inline; position: static; margin: 0; } .Inline .AttributeValue:after { /* Allow line breaks */ content: " "; } .Children { display: block; padding-left: 15px; margin-top: 6px; margin-bottom: 4px; } .Inline .Children { display: inline; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 0; margin: 0; } .ClosingTag { display: none; } .Text { min-width: 250px; padding-left: 4px; padding-right: 2px; background: #fff; line-height: 160%; } .Inline .Text { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 0 6px 0 6px; } /* Special Elements ================ */ .DOCTYPE { padding: 6px 0 14px 0; font-family: Gill Sans; font-size: 14px; text-align: center; } .DOCTYPE .Title { color: #888; } .PublicId { margin-left: 6px; color: #622; } .SystemId { display: block; font-size: 11px; } .Comment { color: #282; } .Comment:before { content: "<!--"; } .Comment:after { content: "-->"; } .title { color: #444; } .title .Children { font-weight: bold; font-size: 13px; color: #666; text-align: center; } .style, .script { white-space: pre; } .style .ElementName { color: #aa0; } .link .ElementName { color: #a72; } .meta .ElementName { color: #373; } .script .ElementName, .script .ClosingTag { color: #448; } img { background: #fff; border: 1px solid #ccc; position: relative; bottom: -3px; }